home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / misc / Robodoc2_0e.lha / Robodoc2.0e / Robodoc2.0e.readme < prev    next >
Text File  |  1995-05-26  |  2KB  |  47 lines

  1.  
  2.                           Robodoc 2.0e
  3.                By Maverick Software Development.
  4.  
  5. Robodoc is based on the AutoDocs program written some time ago
  6. by Commodore.  The idea is to include for every function a
  7. standard header containing all sorts of information about that
  8. procedure/function.  An AutoDocs program will extract those
  9. headers from the source file and put them in a autodocs-file.
  10. This way you can include the program documentation in the source
  11. code and is it not necessary to maintain two documents.
  12.  
  13. Robodoc is such a program, however Robodoc has several
  14. additions.  For one it can generate the documentation in
  15. different formats, ASCII, HTML, and AmigaGuide.  Another feature
  16. is that it can fully automatically create links within the
  17. document, and to other documents.  It is also possible to
  18. include parts of the source in you document, complete with
  19. links.  For instance it is possible to include a complete
  20. subroutine, and have the function names in this subroutine point
  21. to their documentation.
  22.  
  23. This is version 2.0e of Robodoc, it has the following features:
  24.   o Code completely rewritten.
  25.   o tab size can be specified.
  26.   o Unlimited number of function headers.
  27.   o Unlimited number of xref entries.
  28.   o More tolerant to different formatted function headers and
  29.     errors.
  30.   o Uses extra amigaguide text attributes (underline and shine).
  31.   o SOURCE item that allows parts of the source code to be
  32.     included in the documentation.
  33.   o New defaults file.
  34.   o Support for Fortran, C, Assembler, LISP, Basic, and many
  35.     other languages you can think of
  36.   o Source code included.
  37.  
  38.                 __  __________
  39.              __/  \/         /    weertj@euronet.nl
  40.           __/  \__/ Maverick
  41.          /  \__/  \ Software
  42.          \__/  \__/ Development
  43.           \______________/        slothoub@xs4all.nl
  44.  
  45. For more information about this and other projects see:
  46.   "http://www.euronet.nl/users/weertj/"
  47.